ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ItemsBoundControl<T> Class
Members

In This Topic
    ItemsBoundControl<T> Class
    In This Topic
    Defines the base class for C1 bound controls.
    Object Model
    ItemsBoundControl<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ItemsBoundControl(Of T) 
       Inherits Control
       Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    public abstract class ItemsBoundControl<T> : Control, ITemplateMicrosoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.DropDown<T>
                C1.Web.Mvc.FlexChartBase<T>
                C1.Web.Mvc.FlexGridBase<T>
                C1.Web.Mvc.ListBox<T>
                C1.Web.Mvc.MultiSelectListBox<T>

    See Also